google.golang.org/grpc/internal/transport.outStream.itl (field)
10 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L241: itl *itemList
controlbuf.go#L677: itl: &itemList{},
controlbuf.go#L700: str.itl.enqueue(h)
controlbuf.go#L712: itl: &itemList{},
controlbuf.go#L789: str.itl.enqueue(df)
controlbuf.go#L817: for head := str.itl.dequeueAll(); head != nil; head = head.next {
controlbuf.go#L946: dataItem := str.itl.peek().(*dataFrame) // Peek at the first data item this stream.
controlbuf.go#L1017: str.itl.dequeue()
controlbuf.go#L1023: if str.itl.isEmpty() {
controlbuf.go#L1025: } else if trailer, ok := str.itl.peek().(*headerFrame); ok { // the next item is trailers.
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)